home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
wil4c10.zip
/
BCAST32._M_
< prev
next >
Wrap
Text File
|
1997-07-26
|
1KB
|
33 lines
# Microsoft makefile for BCAST [Win32]
#
# To use: "NMAKE BCAST32._M_"
#
CFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
GUIFLAGS = -SUBSYSTEM:windows
GUILIBS = -DEFAULTLIB:user32.lib gdi32.lib winmm.lib comdlg32.lib comctl32.lib wil32.lib
bcast.exe: bcast.obj bcast.res async.obj about.obj paint.obj readini.obj str.obj
link $(GUIFLAGS) -OUT:bcast.exe bcast.obj about.obj async.obj paint.obj readini.obj str.obj bcast.res $(GUILIBS)
bcast.obj: bcast.c wil.h
cl $(CFLAGS) bcast.c
about.obj: about.c about.h wil.h
cl $(CFLAGS) about.c
async.obj: async.c async.h wil.h
cl $(CFLAGS) async.c
readini.obj: readini.c readini.h
cl $(CFLAGS) readini.c
str.obj: str.c str.h
cl $(CFLAGS) str.c
paint.obj: paint.c paint.h
cl $(CFLAGS) paint.c
bcast.res: bcast.rc msc.ico wil.h
rc -r -DWIN32 bcast.rc